home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / icon / stikup10.zip / SETUP.INF < prev    next >
INI File  |  1992-05-01  |  2KB  |  78 lines

  1. ; About This File
  2. ; ===============
  3. ;
  4. ; This file, SETUP.INF, contains information that Install uses to 
  5. ; install applications. This file must be in the same directory as the 
  6. ; program file SETUP.EXE. The two files can be on a floppy disk, a hard 
  7. ; disk, or a network disk drive.
  8. ;
  9. ; The information in this file determines
  10. ;   * The names of the disks and directories from which, and to which, Install
  11. ;     copies files
  12. ;
  13. ;   * The name of the group that Install creates in Program Manager's window, and the
  14. ;     names of program items that Install adds to that group
  15.  
  16. [dialog]
  17.  
  18.   caption = "Stikum-Up 1.0 Installation"
  19.  
  20. [data]
  21.  
  22.  
  23.   defdir = C:\Stikumup
  24.  
  25. [disks]
  26.  
  27.   1 =.,"Stikum-Up 1.0 Distribution Disk 1"
  28.   
  29.  
  30.  
  31.  
  32. [needed.space]
  33.  
  34.  
  35.   minspace = 300000
  36.  
  37. [app.copy.appstuff]
  38.  
  39.  
  40.       #app.user,    0:
  41.  
  42. [app.user]
  43.  
  44.   1:Stikum.exe, "Stikum-Up 1.0"
  45.   1:Packing.txt, "Packing List"
  46.   1:Agree.txt, "Agreement text file"
  47.   1:keycard.exe, "Key program"
  48.   1:help.wri, "Help file"
  49.   1:stikreg.wri, "Registration form"
  50.   1:card.crd, "Cardfile sample file"
  51.   1:card.exe, "Program HELP support file"
  52.   1:how.exe, "Program HELP support file"
  53.   1:key.exe, "Program HELP support file"
  54.   1:regist.exe, "Program HELP support file"
  55.   1:instruct.exe, "Sample message executable"
  56.   1:sample.exe, "Sample message executable"
  57.   1:reminder.exe,"Sample message executable"
  58.   
  59.  
  60. [app.system]
  61.  
  62.  
  63. [progman.groups]
  64.  
  65.   Clear,Clear.grp
  66.  
  67. [Clear]
  68.  
  69. "Stikum 1.0",stikum.exe,,0
  70. "Agreement", agree.txt,notepad.exe
  71. "Packing List",packing.txt,notepad.exe
  72. "HELP",help.wri,write.exe
  73. "Registration Form",stikreg.wri,write.exe
  74. "Address",card.crd,cardfile.exe
  75. "Sample Message", sample.exe,progman.exe,34
  76. "Sample Message", reminder.exe,progman.exe,34
  77.